[Manager Summary]

PMPrintDialogInitProcPtr


Creates a custom print dialog box when called by the Carbon Printing Manager.
void PMPrintDialogInitProcPtr(PMPrintSettings printSettings, PMDialog *theDialog)
PARAMETERS
printSettings
A PMPrintSettings object. Your application bases its custom print dialog box on the object passed to it in this parameter.
theDialog
A pointer to a PMDialog object. Your application must initialize this object.
function result
A result code. See Result Codes.
DISCUSSION
If you need to create a custom print dialog box for your application, you must provide a function that initializes a PMDialog object. (Such an initialization function is defined by the PMPrintDialogInitProcPtr data type.)

You supply this function in a parameter to the PMPrintDialogMain function.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.